home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Utilities / Randomize / pick-random < prev    next >
Text File  |  1998-10-23  |  136b  |  8 lines

  1. pick-random list-of-elements &optional seed
  2.  
  3. Picks randomly an element from the list-of-elements.
  4.  
  5. (pick-random '(a b c))
  6. --> a b or c
  7.  
  8.